Visual Basic (Declaration) | |
---|---|
Protected Overridable Function GetInstance( _ ByVal serviceType As Type, _ ByVal key As String _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FrameworkBootstrapper(Of TRootModel) Dim serviceType As Type Dim key As String Dim value As Object value = instance.GetInstance(serviceType, key) |
C# | |
---|---|
protected virtual object GetInstance( Type serviceType, string key ) |
C++/CLI | |
---|---|
protected: virtual Object^ GetInstance( Type^ serviceType, String^ key ) |
Parameters
- serviceType
- key
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family